from scopes import *

show_count()

set_count(5)

show_count() 

#To fix this issue, uncomment the 'global count' code in scopes.py and rerun.